Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not iterate over AnsibleVaultEncryptedUnicode in upsd.users config #449

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tedski
Copy link

@tedski tedski commented Jan 31, 2025

Best practices require nut user passwords to be encrypted as vault items in playbooks. This change fixes an issue where a decrypted vault secret was not of type string and therefore would be iterated over character by character.

fixes #409

Best practices require nut user passwords to be encrypted as vault items
in playbooks.  This change fixes an issue where a decrypted vault secret
was not of type string and therefore would be iterated over character by
character.
@tedski tedski requested a review from vladgh as a code owner January 31, 2025 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

nut user configuration does not support AnsibleVaultEncryptedUnicode passwords
1 participant